home *** CD-ROM | disk | FTP | other *** search
- . This Script can be customized easily for PCBoard Auto Logons
- .
- . Replace FIRSTNAME with your real first name.
- . Replace LASTNAME with your real last name.
- . Replace PASSWORD with you normal password.
-
- TurnOn ANSI Music Enable these for the color show!
- TurnOff Split Linefeed Options to disable
-
- Note Logging onto a PCBoard
-
- Timeout 30 Halt Waitfor limit to 30, error goto Halt
-
- Waitfor 'Color' Look for the Color Graphics prompt
- send 'y{' Send a 'Y<CR>'
-
- Waitfor 'Name'
- Send 'FIRSTNAME;LASTNAME;PASSWORD{'
-
- Note You are now logged on!
- Exit
-
- Halt:
- Note Unsuccessful Attempt.
- Note Script Halted
-
-
-